C++ Help needed!
Free PDF is written in the rather high level language Python/TCL (available
at www.python.org). The source code is included in the Download. If
you are an experienced C++ programmer and want
to write/modify some C++ source code to make a Port Monitor program
so that the setup and installation of Free PDF can be made easier, please
look at the source code for redmon and see if you can help! If you
can and are willing, Good Bless you!, and E-Mail the Zipguy. Thanks!,
the Zipguy will give you the credit you merit for any work you
do! Be advised that Free PDF will remain freeware, So your program would
be freeware too! By the way a Port monitor needs to:implement the following
functions (RedMon does these and the C source for RedMon is in it's download.
So you can look at a sample of a program which does these)!
-
AddPort
-
AddPortEx (NT only)
-
ClosePort
-
ConfigurePort
-
DeletePort
-
EndDocPort
-
EnumPorts
-
GetPrinterDataFromPort
-
InitializeMonitor (NT 3.51 only)
-
InitializeMonitorEx (95 only)
-
InitializePrintMonitor (NT 4.0 only)
-
InitializePrintMonitor2 (NT 5.0 only)
-
InitializePrintMonitorUI (NT 5.0 only)
-
OpenPort
-
ReadPort
-
SetPortOpenTimeouts
-
StartDocPort
-
WritePort
|